home *** CD-ROM | disk | FTP | other *** search
/ The Programmer Disk / The Programmer Disk (Microforum).iso / xpro / pascal3 / pro22 / read.me < prev    next >
Encoding:
Text File  |  1988-08-23  |  1.0 KB  |  32 lines

  1.  
  2.  
  3.  
  4.  
  5.                             STAMP.PAS and DT.PAS
  6.  
  7.  
  8.  
  9.           The two files included here simply illustrate the difference
  10.           in size that can exist between using an internal procedure
  11.           of Turbo Pascal Ver. 4.0, and calling a DOS procedure.  It
  12.           does not infer that the built in procedures will always be
  13.           larger, just that it may pay to attempt functions in more
  14.           than one manner if you are concerned about size or speed.
  15.  
  16.           Both of the .EXE file produce the same results (Date and
  17.           time) and will allow the redirection of its output to a
  18.           printer on the serial or parallel port, or the output can
  19.           be sent to a file.  One could write two simple batch files
  20.           that would allowing stamping the start and stop times into
  21.           two files for time accounting, or any other purpose.
  22.  
  23.           Public Domain
  24.  
  25.  
  26.           By:
  27.           Timothy B. Coleman
  28.           11115 Kenmoor Drive
  29.           Detroit, Michigan 48205
  30.  
  31.  
  32.